ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class
A type of collection items.
Members

In This Topic
    ItemCollection<T> Class
    In This Topic
    Represents a base class for strongly typed collection of T objects.
    Object Model
    ItemCollection<T> Class
    Syntax
    'Declaration
     
    Public Class ItemCollection(Of T) 
    public class ItemCollection<T> 
    Type Parameters
    T
    A type of collection items.
    Inheritance Hierarchy
    See Also